home *** CD-ROM | disk | FTP | other *** search
/ Headbone Interactive / Headbone_Interactive_CD-ROM_Sampler_1995.iso / pc / demos / abf / intro.dxr / 00103_puppetsOn script.ls < prev    next >
Encoding:
Text File  |  1995-09-15  |  220 b   |  8 lines

  1. on exitFrame
  2.   global gvCurLetter, gvAlphaHiliteBoxSprite
  3.   puppetsOn()
  4.   set vLetNum to charToNum(gvCurLetter) - charToNum("A")
  5.   set the locH of sprite gvAlphaHiliteBoxSprite to (vLetNum * 21) + 30
  6.   updateStage()
  7. end
  8.